home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / The World of Computer Software.iso / full_d.zip / DOWNONE.DOC < prev    next >
Text File  |  1992-12-31  |  341b  |  14 lines

  1.  
  2. When using "D" in a batch program, you can cause the last line to not get
  3. partially overwritten by the prompt by putting "DownOne" in the .bat file
  4. after "D".
  5.  
  6. For example:
  7.                 @Echo Off
  8.                 D %1 %2
  9.                 DownOne
  10.  
  11. A .bat file called D_TEST.BAT is included in this demo to serve as a
  12. sample.
  13.  
  14.